max — Maximum Value


\begin{rail}
Max : 'max' '(' Matrix ')' ;
\end{rail}
max returns the maximum value contained in the argument matrix. If the argument is a row or column vector, then the largest value is returned. If the argument is a not a vector, then a row vector is returned, containing the maximum value from each column of the argument. If the argument is complex, magnitudes are used.

Subsections